Microsoft Windows Graphic

To create a realm trust

Using the Windows interface

  1. Open Active Directory Domains and Trusts.
  2. In the console tree, right-click the domain node for the domain you want to administer, and then click Properties.
  3. On the Trusts tab, click New Trust, and then click Next.
  4. On the Trust Name page, type the realm name for the target realm, and then click Next.
  5. On the Trust Type page, select the Realm trust option, and then click Next.
  6. On the Transitivity of Trust page, do one of the following:
  7. On the Direction of Trust page, do one of the following:
  8. Continue to follow the wizard.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    netdom trust TrustingDomainName /d:TrustedDomainName /add /realm /PasswordT:NewRealmTrustPassword

Value Description
TrustingDomainName Specifies the DNS name of the trusting domain in the new realm trust.
TrustedDomainName Specifies the DNS name of the domain that will be trusted in the new realm trust.
NewRealmTrustPassword Specifies the trust password for the new realm trust. This password must match the one used in the Kerberos realm.

Notes

Related Topics